home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4851 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  884 b 

  1. Path: news.eunet.fi!newsmaster
  2. From: Planmeca Oy <fipdt4d9@ibmmail.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Incompatibility between BC4.5 32 bit DLL and MSVC 2.0 exe
  5. Date: 1 Feb 1996 08:49:50 GMT
  6. Organization: Planmeca Oy
  7. Message-ID: <4epure$k3p@idefix.eunet.fi>
  8. NNTP-Posting-Host: planmec.pp.fi
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  13.  
  14. We have a "minor" problem. Part of our development team is developing 
  15. (32 bit) DLL:s with BC4.5 c++. Another part is developing the application 
  16. which needs to use that DLL. While trying to build the executable with 
  17. the LIB generated by BC for that DLL, MSVC complains: invalid or 
  18. corrupted library file.
  19. We use C (not C++) interface between the EXE and the DLL.
  20.  
  21. The same approach works with 16 bit EXE and 16 bit DLL. Is there anything 
  22. to do?
  23.  
  24.  
  25.  
  26.